chore: update @elastic/eslint-plugin-eui to v2.0.0#223515
Merged
weronikaolejniczak merged 2 commits intoelastic:mainfrom Jun 13, 2025
Merged
chore: update @elastic/eslint-plugin-eui to v2.0.0#223515weronikaolejniczak merged 2 commits intoelastic:mainfrom
weronikaolejniczak merged 2 commits intoelastic:mainfrom
Conversation
80019c5 to
3fe80ef
Compare
Contributor
|
Pinging @elastic/eui-team (EUI) |
albertoblaz
approved these changes
Jun 12, 2025
Contributor
albertoblaz
left a comment
There was a problem hiding this comment.
Too bad, but when you folks nail this, it will help us a lot 🚀
e73413b to
feb5acb
Compare
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
|
feb5acb to
eb14f52
Compare
e52dfcc to
54ef4f6
Compare
54ef4f6 to
3d301fb
Compare
iblancof
pushed a commit
to iblancof/kibana
that referenced
this pull request
Jun 16, 2025
`@elastic/eslint-plugin-eui`: `1.0.0` ⏩ `2.0.0` [Questions? Please see our Kibana upgrade FAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams) ## Changes This PR updates the `@elastic/eslint-plugin-eui` version to latest: [v2.0.0](https://www.npmjs.com/package/@elastic/eslint-plugin-eui/v/2.0.0). ## Package updates ### `@elastic/eslint-plugin-eui` **Breaking changes** - Remove `prefer-css-prop-for-static-styles` rule because it produces too many warnings. Static code analysis cannot flag dynamic styles with confidence because it doesn't run the code to asses runtime values. We will explore runtime solutions. ([elastic#8760](elastic/eui#8760))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@elastic/eslint-plugin-eui:1.0.0⏩2.0.0Questions? Please see our Kibana upgrade FAQ.
Changes
This PR updates the
@elastic/eslint-plugin-euiversion to latest: v2.0.0.Package updates
@elastic/eslint-plugin-euiBreaking changes
prefer-css-prop-for-static-stylesrule because it produces too many warnings. Static code analysis cannot flag dynamic styles with confidence because it doesn't run the code to asses runtime values. We will explore runtime solutions. (#8760)